home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precos 4.97 Computer 2000
/
Precos 4.97 Computer 2000.iso
/
pc
/
info
/
5network
/
3com
/
demos
/
msh
/
2f.dir
/
00034_Script_34
< prev
next >
Wrap
Text File
|
1995-11-21
|
143b
|
9 lines
on exitFrame
GLOBAL COUNT
IF COUNT<3 THEN
PUT COUNT+1 INTO COUNT
GO TO FRAME "L4"
ELSE
GO TO THE FRAME+1
END IF
end